- file is read-only
- файл предназначен только для чтения
English-Russian dictionary of computer science. 2015.
English-Russian dictionary of computer science. 2015.
Read-only — generally refers to something that can be read, but not written to or modified.In computing, read only can mean:* Read only memory (ROM), a type of storage media * Read only access to files or directories in file system permissions … Wikipedia
read-only — [rēd΄ōn′lē] adj. Comput. designating or of a file whose contents can be read or viewed, but not altered: see also ROM … English World dictionary
Read Only Memory — The notion of read only data can also refer to file system permissions. Read only memory (usually known by its acronym, ROM) is a class of storage media used in computers and other electronic devices. Because data stored in ROM cannot be modified … Wikipedia
read-only — adjective Unalterable, capable of being read but not written. Especially common in computer terms such as read only memory and read only access to files or directories (in in file system permissions or programs). See Also: read only access, read… … Wiktionary
read-only — Describes a file or other collection of information that can only be read; it cannot be updated in any way or deleted. Certain important operating system files are designated as read only to prevent their accidental deletion. Also, certain… … Dictionary of networking
read-only file — nekeičiamasis failas statusas T sritis informatika apibrėžtis ↑Failo požymis, rodantis, kad neleidžiama keisti failo turinio, negalima failo pašalinti arba pakeisti kitu. Failą galima tik naudoti: skaityti, kopijuoti. atitikmenys: angl. read only … Enciklopedinis kompiuterijos žodynas
read only — file or storage device whose contents cannot be changed or erased … English contemporary dictionary
read-only file — noun (computer science) a file that you can read but cannot change • Topics: ↑computer science, ↑computing • Hypernyms: ↑computer file … Useful english dictionary
File system — For library and office filing systems, see Library classification. Further information: Filing cabinet A file system (or filesystem) is a means to organize data expected to be retained after a program terminates by providing procedures to store,… … Wikipedia
File locking — is a mechanism that enforces access to a computer file by only one user or process at any specific time. The purpose of locking is to prevent the classic interceding update scenario. The interceding update problem may be illustrated as in the… … Wikipedia
File deletion — is a way of removing a file from a computer s file system. The reasons for deleting files are Freeing the disk space Removing duplicate or unnecessary data to avoid confusion Making sensitive information unavailable to others All operating… … Wikipedia